runtime.hmap.hash0 (field)
34 uses
runtime (current package)
map.go#L124: hash0 uint32 // hash seed
map.go#L296: h.hash0 = fastrand()
map.go#L315: h.hash0 = fastrand()
map.go#L418: hash := t.Hasher(key, uintptr(h.hash0))
map.go#L479: hash := t.Hasher(key, uintptr(h.hash0))
map.go#L523: hash := t.Hasher(key, uintptr(h.hash0))
map.go#L598: hash := t.Hasher(key, uintptr(h.hash0))
map.go#L719: hash := t.Hasher(key, uintptr(h.hash0))
map.go#L800: h.hash0 = fastrand()
map.go#L937: hash := t.Hasher(k, uintptr(h.hash0))
map.go#L1035: h.hash0 = fastrand()
map.go#L1212: hash := t.Hasher(k2, uintptr(h.hash0))
map.go#L1501: dst.hash0 = src.hash0
map_fast32.go#L29: hash := t.Hasher(noescape(unsafe.Pointer(&key)), uintptr(h.hash0))
map_fast32.go#L69: hash := t.Hasher(noescape(unsafe.Pointer(&key)), uintptr(h.hash0))
map_fast32.go#L104: hash := t.Hasher(noescape(unsafe.Pointer(&key)), uintptr(h.hash0))
map_fast32.go#L194: hash := t.Hasher(noescape(unsafe.Pointer(&key)), uintptr(h.hash0))
map_fast32.go#L285: hash := t.Hasher(noescape(unsafe.Pointer(&key)), uintptr(h.hash0))
map_fast32.go#L351: h.hash0 = fastrand()
map_fast32.go#L413: hash := t.Hasher(k, uintptr(h.hash0))
map_fast64.go#L29: hash := t.Hasher(noescape(unsafe.Pointer(&key)), uintptr(h.hash0))
map_fast64.go#L69: hash := t.Hasher(noescape(unsafe.Pointer(&key)), uintptr(h.hash0))
map_fast64.go#L104: hash := t.Hasher(noescape(unsafe.Pointer(&key)), uintptr(h.hash0))
map_fast64.go#L194: hash := t.Hasher(noescape(unsafe.Pointer(&key)), uintptr(h.hash0))
map_fast64.go#L285: hash := t.Hasher(noescape(unsafe.Pointer(&key)), uintptr(h.hash0))
map_fast64.go#L353: h.hash0 = fastrand()
map_fast64.go#L415: hash := t.Hasher(k, uintptr(h.hash0))
map_faststr.go#L80: hash := t.Hasher(noescape(unsafe.Pointer(&ky)), uintptr(h.hash0))
map_faststr.go#L175: hash := t.Hasher(noescape(unsafe.Pointer(&ky)), uintptr(h.hash0))
map_faststr.go#L215: hash := t.Hasher(noescape(unsafe.Pointer(&s)), uintptr(h.hash0))
map_faststr.go#L314: hash := t.Hasher(noescape(unsafe.Pointer(&ky)), uintptr(h.hash0))
map_faststr.go#L379: h.hash0 = fastrand()
map_faststr.go#L441: hash := t.Hasher(k, uintptr(h.hash0))
|
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |